| Modifier and Type | Method and Description |
|---|---|
NotifyMethod |
ATn88Reader.getAlertNotify() |
int |
ATx88Reader.getAutoOffTime() |
boolean |
ATx88Reader.getAutoSaveMode()
When the device reads a tag or barcode, it returns whether to store it in the device internal memory.
|
int |
ATx88Reader.getBatteryState() |
NotifyMethod |
ATn88Reader.getButtonNotify() |
NotifyTimeType |
ATn88Reader.getButtonNotifyTime() |
BuzzerState |
ATx88Reader.getBuzzer() |
int |
ATx88Reader.getDisplayOffTime()
Returns the time to turn off the display automatically when the device is not in use.
|
OperationMode |
ATx88Reader.getOperationMode() |
java.lang.String |
ATx88Reader.getSerialNo() |
int |
ATx88Reader.getStoredTagCount() |
java.util.Date |
ATx88Reader.getTime() |
boolean |
ATx88Reader.getUseActionKey() |
void |
ATn88Reader.setAlertNotify(NotifyMethod method) |
void |
ATx88Reader.setAutoOffTime(int time) |
void |
ATx88Reader.setAutoSaveMode(boolean enabled)
When the device reads a tag or barcode, it sets whether or not to store it in the internal memory of the device.
|
void |
ATn88Reader.setButtonNotify(NotifyMethod method) |
void |
ATn88Reader.setButtonNotifyTime(NotifyTimeType time) |
void |
ATx88Reader.setBuzzer(BuzzerState state) |
void |
ATx88Reader.setDisplayOffTime(int time)
Sets the time to turn off the display automatically when not using the device.
|
void |
ATx88Reader.setOperationMode(OperationMode mode) |
void |
ATx88Reader.setSerialNo(java.lang.String serialNo) |
void |
ATx88Reader.setTime(java.util.Date time) |
void |
ATx88Reader.setUsbChargingPhone(UsbChargerControl contorl)
Set whether or not to enable charging the phone. ( USB communication will be lost when charging the phone. )
Only ATS100 is supported.
|
void |
ATx88Reader.setUseActionKey(boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
ATBarcode.defaultOption()
Initializes symbol options of the barcode module to default values.
|
void |
ATBarcode.defaultSymbol()
Initializes all symbol states of the barcode module to default values.
|
void |
ATBarcode.enableAllSymbol(boolean enabled)
Enables or disables all symbol states in the barcode module.
|
byte[] |
ATBarcode.getBarcodeParam(byte[] names)
Returns the parameter value to the barcode module of the instrument.
|
java.lang.String |
ATBarcode.getBarcodeParamString(java.lang.String names)
Returns the parameters of the barcode module in string format.
|
java.nio.charset.Charset |
ATBarcode.getCharset()
Returns The Charset to be used to decode the Barcode data
ATD100 is not supported.
|
abstract com.atid.lib.module.barcode.types.BarcodePostType |
ATBarcode.getSymbolPostState()
Returns the post office symbol set in the barcode module.
|
SymbolStateList |
ATBarcode.getSymbolState()
Returns the status of all symbols in the barcode module.
|
abstract java.lang.String |
ATBarcode.getVersion()
The Barcode module returns the version.
|
void |
ATBarcode.setBarcodeParam(byte[] params)
Set the parameter value on the barcode module of the machine.
|
void |
ATBarcode.setBarcodeParamString(java.lang.String params)
Sets the parameters of the barcode module in string format.
|
void |
ATBarcode.setCharset(java.nio.charset.Charset charset)
Sets The Charset to be used to decode the Barcode data.
|
abstract void |
ATBarcode.setSymbolPostState(com.atid.lib.module.barcode.types.BarcodePostType post)
Set the post office symbol in the bar code module.
|
void |
ATBarcode.setSymbolState(SymbolStateList list)
Sets the symbol status of the barcode module.
|
| Modifier and Type | Method and Description |
|---|---|
SPCParamValue |
SPCParamValueList.get(int index)
Returns the parameter information of the barcode module.
|
SPCParamValue |
SPCParamValueList.getAt(SPCParamName name)
Returns the parameter information of the barcode module.
|
java.lang.String |
SPCParamValueList.getCommand(int engine)
Returns the parameters of the SPCParamValueList.
|
java.lang.String |
SPCParamNameList.getQueryCommand(int engine)
Returns the parameter names of the barcode module.
|
java.lang.Object |
SPCParamValueList.getValue(int index)
Returns the parameter value of the SPCParamValueList.
|
java.lang.Object |
SPCParamValueList.getValueAt(SPCParamName name)
Returns the parameter value of the SPCParamValueList.
|
static SPCParamValueList |
SPCParamValueList.parseParams(java.lang.String data,
int engine)
Returns the parameter name and value of the barcode module.
|
static SPCParamName |
SPCParamName.valueOf(java.lang.String command,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
SSI2DParamValue |
SSI2DParamValueList.get(int index)
Returns the parameter information of the barcode module.
|
SSI1DParamValue |
SSI1DParamValueList.get(int index)
Returns the parameter information of the barcode module.
|
SSI1DParamValue |
SSI1DParamValueList.getAt(SSI1DParamName name)
Returns the parameter information of the barcode module.
|
SSI2DParamValue |
SSI2DParamValueList.getAt(SSI2DParamName name)
Returns the parameter information of the barcode module.
|
byte[] |
SSI2DParamValueList.getBytes(int engine)
Returns the parameters of the SSI2DParamValueList.
|
byte[] |
SSI2DParamNameList.getBytes(int engine)
Returns the parameter value to the barcode module of the instrument.
|
byte[] |
SSI1DParamValueList.getBytes(int engine)
Returns the parameters of the SSI1DParamValueList.
|
byte[] |
SSI1DParamNameList.getBytes(int engine)
Returns the parameter value to the barcode module of the instrument.
|
java.lang.Object |
SSI2DParamValueList.getValue(int index)
Returns the parameter value of the SSI2DParamValueList.
|
java.lang.Object |
SSI1DParamValueList.getValue(int index)
Returns the parameter value of the SSI1DParamValueList.
|
java.lang.Object |
SSI1DParamValueList.getValueAt(SSI1DParamName name)
Returns the parameter value of the SSI1DParamValueList.
|
java.lang.Object |
SSI2DParamValueList.getValueAt(SSI2DParamName name)
Returns the parameter value of the SSI2DParamValueList.
|
static SSI2DParamValueList |
SSI2DParamValueList.parseParams(byte[] data,
int engine)
Returns the parameter name and value of the barcode module.
|
static SSI1DParamValueList |
SSI1DParamValueList.parseParams(byte[] data,
int engine)
Returns the parameter name and value of the barcode module.
|
static SSI2DParamName |
SSI2DParamName.valueOf(byte[] data,
int offset) |
static SSI1DParamName |
SSI1DParamName.valueOf(byte[] data,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ATRfidUhf.addEpcMask(EpcMaskParam param)
Add the EPC Mask of the RFID UHF module of the Device.
|
abstract void |
ATRfidUhf.clearEpcMask()
Remove all EPC Mask items from the RFID UHF module of the device.
|
abstract java.lang.String |
ATRfidUhf.getAccessPassword()
When the RFID UHF module of the device communicates with the tag, it returns the Access Password to use.
|
abstract AlgorithmType |
ATRfidUhf.getAlgorithmType()
Returns the algorithm that the RFID UHF module of the appliance uses to perform the inventory.
|
abstract boolean |
ATRfidUhf.getContinuousMode()
Returns whether the RFID UHF module on the device will cause the Inventory to run continuously.
|
abstract int |
ATRfidUhf.getCurrentLinkProfile()
Returns the link profile of the RFID UHF module of the Device. ( Temporarily Type )
|
abstract int |
ATRfidUhf.getDefaultLinkProfile()
Returns the link profile of the RFID UHF module of the Device. ( Permanently Type )
The power of the device must be turned off and on.
|
abstract EpcMaskParam |
ATRfidUhf.getEpcMask(int index)
Returns the EPC Mask of the RFID UHF module of the Device.
|
abstract int |
ATRfidUhf.getEpcMaskCount()
Returns the number of EPC Mask items in the RFID UHF module of the device.
|
abstract boolean |
ATRfidUhf.getEpcMaskMatchMode()
Returns the method of comparing the EPC Mask items of the RFID UHF module of the Device.
|
abstract FreqTableList |
ATRfidUhf.getFreqTable()
The RFID UHF module of the Device returns the frequency table.
|
abstract GlobalBandType |
ATRfidUhf.getGlobalBand()
Returns the national orientation of the RFID UHF module of the instrument.
|
abstract int |
ATRfidUhf.getIdleTime()
The RFID UHF module of the instrument returns the time that the radio waves are not output in the Inventory operation and is resting.
|
abstract int |
ATRfidUhf.getInventoryTime()
Returns the time at which radio waves are actually output from the Inventory operation of the RFID UHF module in the instrument.
|
abstract int |
ATRfidUhf.getLimitTagCount()
When the RFID UHF module of the device performs an inventory operation, it returns the number of tags read as the stop condition of Inventory.
|
abstract int |
ATRfidUhf.getMaxQ()
If the algorithm of the RFID UHF module of the device uses Dynamic Q, it returns the maximum Q value.
|
abstract int |
ATRfidUhf.getMinQ()
If the algorithm of the RFID UHF module of the device uses Dynamic Q, it returns the minimum Q value.
|
abstract int |
ATRfidUhf.getOperationTime()
Returns the operating time of the RFID UHF module of the instrument.
|
abstract int |
ATRfidUhf.getPower()
Returns the antenna output of the RFID UHF module of the instrument.
|
abstract PowerRange |
ATRfidUhf.getPowerRange()
Returns the antenna output range of the RFID UHF module of the instrument.
|
abstract int |
ATRfidUhf.getReadTidLength()
Device returns the length of TID memory that can be read along with Tag value at Inventory for TID Inventory when TID Inventory function is supported.
|
abstract boolean |
ATRfidUhf.getReportMode()
Inventory the device as an RFID UHF module and return whether the tag read will send the same tag to the event only once or read each time it is read.
|
abstract boolean |
ATRfidUhf.getReportRssi()
Returns whether the RFID UHF module of the device will pass additional RSSI and Phase to the operation result.
|
abstract int |
ATRfidUhf.getSameTagReportTime()
When the RFID UHF module of the device performs an Inventory operation, it returns the time when the same tag is not recognized again.
|
abstract SelectFlag |
ATRfidUhf.getSelectFlag()
The RFID UHF module of the device returns the status of the Select Flag of the tag to be read by the Inventory operation.
|
abstract SelectMask6cParam |
ATRfidUhf.getSelectMask6c(int index)
Set the Selection Mask item of the RFID UHF module of the Device.
|
abstract Mask6cAction |
ATRfidUhf.getSelectMask6cAction(int index)
Returns the comparison behavior of the Selection Mask item of the RFID UHF module of the Device.
|
abstract BankType |
ATRfidUhf.getSelectMask6cBank(int index)
The Selection Mask item of the Device's RFID UHF module returns the memory bank to compare.
|
abstract boolean |
ATRfidUhf.getSelectMask6cEnabled(int index)
Returns whether to use the Selection Mask item of the RFID UHF module of the Device.
|
abstract int |
ATRfidUhf.getSelectMask6cOffset(int index)
The Selection Mask item of the RFID UHF module of the Device returns the starting address of the memory to start the comparison.
|
abstract Mask6cPattern |
ATRfidUhf.getSelectMask6cPattern(int index)
Returns the comparison value and length of the Selection Mask item of the RFID UHF module of the Device.
|
abstract Mask6cTarget |
ATRfidUhf.getSelectMask6cTarget(int index)
Returns the Flag of the tag to store the comparison result of Selection Mask item of RFID UHF module of Device.
|
abstract SessionFlag |
ATRfidUhf.getSessionFlag()
The RFID UHF module of the device returns the status of the Session Flag of the tag to be read by the Inventory operation.
|
abstract SessionTarget |
ATRfidUhf.getSessionTarget()
The RFID UHF module of the device returns the Session Flag to check the state of the Session Flag of the tag to be read by the Inventory operation.
|
abstract int |
ATRfidUhf.getStartQ()
If the algorithm of the RFID UHF module of the device is using Dynamic Q, it returns the starting Q value.
|
abstract java.lang.String |
ATRfidUhf.getVersion()
Returns the version of the RFID UHF module.
|
abstract void |
ATRfidUhf.setAccessPassword(java.lang.String password)
Set the Access Password to use when the RFID UHF module of the device communicates with the tag.
|
abstract void |
ATRfidUhf.setAlgorithmType(AlgorithmType type)
Sets the algorithm that the RFID UHF module of the appliance uses to perform the inventory.
|
abstract void |
ATRfidUhf.setContinuousMode(boolean enabled)
Sets whether or not the RFID UHF module of the device will run the Inventory continuously.
|
abstract void |
ATRfidUhf.setCurrentLinkProfile(int index)
Sets the link profile of the RFID UHF module of the Device. ( Temporarily Type )
|
abstract void |
ATRfidUhf.setDefaultLinkProfile(int index)
Sets the link profile of the RFID UHF module of the Device. ( Permanently Type )
The power of the device must be turned off and on.
|
abstract void |
ATRfidUhf.setEpcMaskMatchMode(boolean enabled)
Set the method of comparing EPC Mask items of the RFID UHF module of the device.
|
abstract void |
ATRfidUhf.setFreqTable(FreqTableList param)
The RFID UHF module of the device sets up the frequency table.
|
abstract void |
ATRfidUhf.setGlobalBand(GlobalBandType band)
Set the national orientation of the RFID UHF module of the instrument.
|
abstract void |
ATRfidUhf.setIdleTime(int time)
The RFID UHF module of the instrument sets the time for which the radio waves are not output in the Inventory operation and the rest of the time.
|
abstract void |
ATRfidUhf.setInventoryTime(int time)
Sets the time at which radio waves are actually output in Inventory operation of the RFID UHF module of the instrument.
|
abstract void |
ATRfidUhf.setLimitTagCount(int count)
When the RFID UHF module of the device performs the inventory operation, it sets the number of tags read as the stop condition of Inventory.
|
abstract void |
ATRfidUhf.setMaxQ(int value)
If the algorithm of the RFID UHF module of the device uses Dynamic Q, set the maximum Q value.
|
abstract void |
ATRfidUhf.setMinQ(int value)
If the algorithm of the RFID UHF module of the device uses Dynamic Q, set the minimum Q value.
|
abstract void |
ATRfidUhf.setOperationTime(int time)
Set the operation time of the RFID UHF module of the device.
|
abstract void |
ATRfidUhf.setPower(int power)
Set the antenna output of the RFID UHF module of the instrument.
|
abstract void |
ATRfidUhf.setReadTidLength(int length)
If the TID Inventory function is supported by the device, set the TID memory length that can be read along with the Tag value at the time of Inventory for TID Inventory.
|
abstract void |
ATRfidUhf.setReportMode(boolean enabled)
Inventory the device as an RFID UHF module and set whether the read tag sends the same tag to the event only once or whenever it reads it.
|
abstract void |
ATRfidUhf.setReportRssi(boolean enabled)
Sets whether the RFID UHF module of the device will pass additional RSSI and Phase to the operation result.
|
abstract void |
ATRfidUhf.setSameTagReportTime(int time)
When the RFID UHF module of the device performs an Inventory operation, set the time at which the same tag is not recognized again.
|
abstract void |
ATRfidUhf.setSelectFlag(SelectFlag flag)
The RFID UHF module of the device sets the status of the Select Flag of the tag to be read by the Inventory operation.
|
abstract void |
ATRfidUhf.setSelectMask6c(int index,
SelectMask6cParam param)
Returns the Selection Mask item of the RFID UHF module of the Device.
|
abstract void |
ATRfidUhf.setSelectMask6cAction(int index,
Mask6cAction action)
Set the comparison behavior of the Selection Mask item of the RFID UHF module of the device.
|
abstract void |
ATRfidUhf.setSelectMask6cBank(int index,
BankType bank)
The Selection Mask item of the RFID UHF module of the device sets the memory bank to be compared.
|
abstract void |
ATRfidUhf.setSelectMask6cEnabled(int index,
boolean enabled)
Set whether or not to use the Selection Mask item of the RFID UHF module of the Device.
|
abstract void |
ATRfidUhf.setSelectMask6cOffset(int index,
int offset)
The Selection Mask item of the RFID UHF module of the device sets the start address of the memory to start the comparison.
|
abstract void |
ATRfidUhf.setSelectMask6cPattern(int index,
Mask6cPattern pattern)
Set the comparison value and length of the Selection Mask item of the RFID UHF module of the device.
|
abstract void |
ATRfidUhf.setSelectMask6cTarget(int index,
Mask6cTarget target)
Set the Flag of the tag to save the comparison result of Selection Mask item of the RFID UHF module of the device.
|
abstract void |
ATRfidUhf.setSessionFlag(SessionFlag flag)
Device's RFID UHF module sets the state of Session flag of tag to read by Inventory operation.
|
abstract void |
ATRfidUhf.setSessionTarget(SessionTarget target)
Device's RFID UHF module sets the Session Flag to check the status of the Session Flag of the tag to be read by Inventory operation.
|
abstract void |
ATRfidUhf.setStartQ(int value)
If the algorithm of the RFID UHF module of the device is using Dynamic Q, set the starting Q value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ATRfidUhfATM.addEpcMask(EpcMaskParam param) |
void |
ATRfidUhfATM.clearEpcMask() |
java.lang.String |
ATRfidUhfATM.getAccessPassword() |
AlgorithmType |
ATRfidUhfATM.getAlgorithmType() |
boolean |
ATRfidUhfATM.getContinuousMode() |
int |
ATRfidUhfATM.getCurrentLinkProfile() |
int |
ATRfidUhfATM.getDefaultLinkProfile() |
EpcMaskParam |
ATRfidUhfATM.getEpcMask(int index) |
int |
ATRfidUhfATM.getEpcMaskCount() |
boolean |
ATRfidUhfATM.getEpcMaskMatchMode() |
FreqTableList |
ATRfidUhfATM.getFreqTable() |
GlobalBandType |
ATRfidUhfATM.getGlobalBand() |
int |
ATRfidUhfATM.getIdleTime() |
int |
ATRfidUhfATM.getInventoryTime() |
int |
ATRfidUhfATM.getLimitTagCount() |
int |
ATRfidUhfATM.getMaxQ() |
int |
ATRfidUhfATM.getMinQ() |
int |
ATRfidUhfATM.getOperationTime() |
int |
ATRfidUhfATM.getPower() |
PowerRange |
ATRfidUhfATM.getPowerRange() |
int |
ATRfidUhfATM.getReadTidLength() |
boolean |
ATRfidUhfATM.getReportMode() |
boolean |
ATRfidUhfATM.getReportRssi() |
int |
ATRfidUhfATM.getSameTagReportTime() |
SelectFlag |
ATRfidUhfATM.getSelectFlag() |
SelectMask6cParam |
ATRfidUhfATM.getSelectMask6c(int index) |
Mask6cAction |
ATRfidUhfATM.getSelectMask6cAction(int index) |
BankType |
ATRfidUhfATM.getSelectMask6cBank(int index) |
boolean |
ATRfidUhfATM.getSelectMask6cEnabled(int index) |
int |
ATRfidUhfATM.getSelectMask6cOffset(int index) |
Mask6cPattern |
ATRfidUhfATM.getSelectMask6cPattern(int index) |
Mask6cTarget |
ATRfidUhfATM.getSelectMask6cTarget(int index) |
SessionFlag |
ATRfidUhfATM.getSessionFlag() |
SessionTarget |
ATRfidUhfATM.getSessionTarget() |
int |
ATRfidUhfATM.getStartQ() |
java.lang.String |
ATRfidUhfATM.getVersion() |
void |
ATRfidUhfATM.setAccessPassword(java.lang.String password) |
void |
ATRfidUhfATM.setAlgorithmType(AlgorithmType type) |
void |
ATRfidUhfATM.setContinuousMode(boolean enabled) |
void |
ATRfidUhfATM.setCurrentLinkProfile(int index) |
void |
ATRfidUhfATM.setDefaultLinkProfile(int index) |
void |
ATRfidUhfATM.setEpcMaskMatchMode(boolean enabled) |
void |
ATRfidUhfATM.setFreqTable(FreqTableList table) |
void |
ATRfidUhfATM.setGlobalBand(GlobalBandType band) |
void |
ATRfidUhfATM.setIdleTime(int time) |
void |
ATRfidUhfATM.setInventoryTime(int time) |
void |
ATRfidUhfATM.setLimitTagCount(int count) |
void |
ATRfidUhfATM.setMaxQ(int value) |
void |
ATRfidUhfATM.setMinQ(int value) |
void |
ATRfidUhfATM.setOperationTime(int time) |
void |
ATRfidUhfATM.setPower(int power) |
void |
ATRfidUhfATM.setReadTidLength(int length) |
void |
ATRfidUhfATM.setReportMode(boolean enabled) |
void |
ATRfidUhfATM.setReportRssi(boolean enabled) |
void |
ATRfidUhfATM.setSameTagReportTime(int time) |
void |
ATRfidUhfATM.setSelectFlag(SelectFlag flag) |
void |
ATRfidUhfATM.setSelectMask6c(int index,
SelectMask6cParam param) |
void |
ATRfidUhfATM.setSelectMask6cAction(int index,
Mask6cAction action) |
void |
ATRfidUhfATM.setSelectMask6cBank(int index,
BankType bank) |
void |
ATRfidUhfATM.setSelectMask6cEnabled(int index,
boolean enabled) |
void |
ATRfidUhfATM.setSelectMask6cOffset(int index,
int offset) |
void |
ATRfidUhfATM.setSelectMask6cPattern(int index,
Mask6cPattern pattern) |
void |
ATRfidUhfATM.setSelectMask6cTarget(int index,
Mask6cTarget target) |
void |
ATRfidUhfATM.setSessionFlag(SessionFlag flag) |
void |
ATRfidUhfATM.setSessionTarget(SessionTarget target) |
void |
ATRfidUhfATM.setStartQ(int value) |
| Modifier and Type | Method and Description |
|---|---|
abstract NotifyMethod |
ATEAReader.getAlertNotify()
Returns the alert Notify method of the instrument.
|
abstract int |
ATEAReader.getAutoOffTime()
Returns the time at which the instrument automatically turns off.
|
abstract int |
ATEAReader.getBatteryState()
Returns the state of the equipment.
|
abstract NotifyMethod |
ATEAReader.getButtonNotify()
Returns the button Notify method of the equipment.
|
abstract NotifyTimeType |
ATEAReader.getButtonNotifyTime()
Returns the button's Notify hold time.
|
abstract BuzzerState |
ATEAReader.getBuzzer()
Returns the buzzer operation status of the equipment.
|
abstract OperationMode |
ATEAReader.getOperationMode()
Returns the current operating mode of the instrument.
|
java.lang.String |
ATEAReader.getSerialNo()
Returns the serial number of the device.
|
abstract int |
ATEAReader.getStoredTagCount()
Returns the number of data stored in the device's internal memory.
|
abstract java.util.Date |
ATEAReader.getTime()
Returns the system time of the device.
|
abstract boolean |
ATEAReader.getUseActionKey()
Returns whether to use the action of the Trigger button on the instrument.
|
abstract void |
ATEAReader.setAlertNotify(NotifyMethod method)
Set the alert notify method for the device.
|
abstract void |
ATEAReader.setAutoOffTime(int time)
Sets the time at which the equipment automatically turns off.
|
abstract void |
ATEAReader.setButtonNotify(NotifyMethod method)
Set the button Notify method of the device.
|
abstract void |
ATEAReader.setButtonNotifyTime(NotifyTimeType time)
Set the button's Notify hold time.
|
abstract void |
ATEAReader.setBuzzer(BuzzerState state)
Sets the buzzer operation status of the equipment.
|
abstract void |
ATEAReader.setOperationMode(OperationMode mode)
Sets the current operating mode of the instrument.
|
abstract void |
ATEAReader.setSerialNo(java.lang.String serialNo)
Set the serial number of the device.
|
abstract void |
ATEAReader.setTime(java.util.Date time)
Sets the system time of the instrument.
|
abstract void |
ATEAReader.setUseActionKey(boolean enabled)
Set whether or not to use the operation of the Trigger button of the equipment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ATransport.IBufferControlEventListener.onOverflow()
Invoked when an overflow occurs in the Transport instance's internal buffer.
|
void |
ATransport.IBufferControlEventListener.onUnderflow()
Invoked when an underflow occurs in the Transport instance's internal buffer.
|